home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
ab20_archive
/
datacomm
/
ncomm921.lzh
/
mbbs.script
< prev
next >
Wrap
Text File
|
1991-08-08
|
838b
|
37 lines
;
; Script for logging in and grabbing new messages from MBBS systems.
; This script must be executed from the phonebook, or a 'DIAL'
; command line must be inserted as well as your password.
;
;Insert your name here
set $name = "firstname lastname"
when "--more--" send " "
converse "" "^K"
converse "FIRST name" $name"\n"
converse "(dots will echo):" "\p\n^K"
;Change character set to ISO
converse "Main Command" "U S\n"
converse "IBN" "\b\b\bISO\n"
;Get the messages...
converse "Utility Command" "GRAB\n"
;Restore character set
converse "Command" "U S\n"
converse "ISO" "\b\b\bIBN\n"
;Scan for new files
converse "Command" "F N\n"
converse ":" "\n"
capture "RAM:files" ;Save in file
wait "Command"
capture off
;Log off!
send "G Y\n"
wait "NO CARRIER"
message "\nEnd of script.\n"